www.gusucode.com > Jsp聊天室 课程设计全套资料源码程序 > Jsp聊天室 课程设计全套资料/reg_login/reg_login/main.css

    body
 {
 background:#E2A4A4;
 }
#masthed
 {
 position:absolute;
 width:90%;
 left:5%;
 top:1%;
 height:14%;
 background:url(images/ban.gif);
 }
#commonchat
 {
 position:absolute;
 width:60%;
 left:5%;
 top:16%;
 height:40%;
 background:
 }
#commonchat1
 {
  position:absolute;
  left:5%;
  top:16%;
  height:40%;
  width:35%;
 }
#personalchat
 {
 display:none;
 }
#personalchat1
 {
 position:absolute;
 width:35%;
 left:39.5%;
 top:16%;
 height:40%;
 }
#useronline
 {
position:absolute;
 left:64%;
 top:16%;
 height:40%;
 width:30%;
 }
#useronline1
 {
position:absolute;
 left:74%;
 top:16%;
 height:40%;
 width:20%;
 }
#personalclose
 {
 float:right;
 }
#sendmessage
 {
 position:absolute;
 width:90%;
 height:34%;
 left:5%;
 top:56%;
  }
#footer
 {
position:absolute;
 height:10%;
 left:5%;
 top:91%;
 width:90%;
 background:url(images/bottom_banner.gif);
 }
#sendmessage1
 {
 float:left;
 width:50%;

 }
#middle
 {
 float:left;
 width:1%;
 height:100%;
 background:#8080ee;
 }
#sendmessage2
 {
  float:right;
 }
#middle1
 {
  float:right;
  width:100%;
  height:5px;
  background:#8080ee;
 }
.top
 {
   padding-right:8px;
   background:url(images/right_top.gif) no-repeat right top;
   font-size:1px;
  }
.top_left
 {
   padding-left:8px;
   background:url(images/left_top.gif) no-repeat left top;
   font-size:1px;
  }
.top_line
 {
   border-top:1px solid#3333;
   background:#eeeeee
   font-size:1px;
   height:7px;
  }
.round_content
 {
   background:#eeeeee;
   border-left:1px solid#333333;
   border-right:1px solid#333333;
   padding:10px;
   width:100%;
   height:90%;
   color:red;
  OVERFLOW-x:auto;
  OVERFLOW: scroll;
  SCROLLBAR-FACE-COLOR: #6D4110;  
  SCROLLBAR-HIGHLIGHT-COLOR: #3C140C;
  SCROLLBAR-SHADOW-COLOR: #3C140C;
  SCROLLBAR-3DLIGHT-COLOR:#3C140C; 
  SCROLLBAR-ARROW-COLOR: #919192; 
  SCROLLBAR-TRACK-COLOR: #3C140C;
  SCROLLBAR-DARKSHADOW-COLOR: #3C140C;
  }
.message_content
 {
   background:#eeeeee;
   border-left:1px solid#333333;
   border-right:1px solid#333333;
   width:100%;
   height:90%;
   padding:10px;
   border:1px solid #000;
   background-image:url(class1.jpg);
   background-repeat:repeapt-x;
  }
.masthed-content
 {
   border-left:1px solid#333333;
   border-right:1px solid#333333;
   width:100%;
   height:90%;
   padding:10px;
   border:1px solid #000;
  }
.bottom
 {
   padding-right:8px;
   background:url(images/right_bottom.gif) no-repeat right top;
   font-size:1px;
  }
.bottom_left
 {
   padding-left:8px;
   background:url(images/left_bottom.gif) no-repeat left top;
   font-size:1px;
  }
.bottom_line
 {
   border-top:1px solid#3333;
   background:#eeeeee
   font-size:1px;
   height:7px;
  }